home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / bind / command_completion < prev    next >
Text File  |  2001-03-21  |  498b  |  15 lines

  1. Synopsis:
  2.    bind <key> command_completion
  3.  
  4. Description:
  5.    This function attempts to complete a command name used on the input
  6.    line, much like modern Unix shells do.  It can expand both builtin
  7.    commands and aliases.  It only attempts to expand the first word on
  8.    the input line, and only if it is prefixed by the command character,
  9.    and thus unlike Unix shells, the cursor does not need to be near the
  10.    command name to expand it.
  11.  
  12. See Also:
  13.    alias(5); set(4) cmdchars
  14.  
  15.